You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
when we click on Flight mode then is not changing the wifi icon to flight icon and also not off the wifi.
So use useEffect to listen when click on Flight mode then first change state the sidepane reducer of airplaneMode(change ui to true or false or vice versa) then target the wifi element with action payload(wifiElement) and also get another attribute of wifiElement of data state(when we click on sidepane icons it change data - state to true), here we use that to when we click on flight mode then we change the wifiElement(data - state) to false and also chnage the icon of wifi to airplane mode using useState to chnage the icon src.
Type of change
Change in Taskbar index.js
Changes Reducer sidepane.js
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
It appears there might be some confusion. To see your changes incorporated into the final build, a maintainer must merge your pull request (PR). The commit you have mentioned is by the bot, and not from your PR, i think.
One more thing to note is that you should only raise a pull request (PR) when the issue has been assigned to you. It is considered a best practice to have the issue assigned to you before creating a PR. If the issue has not been assigned to you, you can choose to work on other issues instead. I hope this clarifies things.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
when we click on Flight mode then is not changing the wifi icon to flight icon and also not off the wifi.
So use useEffect to listen when click on Flight mode then first change state the sidepane reducer of airplaneMode(change ui to true or false or vice versa) then target the wifi element with action payload(wifiElement) and also get another attribute of wifiElement of data state(when we click on sidepane icons it change data - state to true), here we use that to when we click on flight mode then we change the wifiElement(data - state) to false and also chnage the icon of wifi to airplane mode using useState to chnage the icon src.
Type of change
Change in Taskbar index.js
Changes Reducer sidepane.js
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)